home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / af2gb013.zip / TEMPLATE.ZIP / RPREPORT.APL < prev    next >
Text File  |  1996-04-29  |  2KB  |  46 lines

  1. ; Template file: RPREPORT.APL
  2. ; Type         : Request Processor Report
  3. ;
  4. ; This template generates a report for a file request.
  5. ;
  6.  
  7. @test(@filename,<>,"")
  8.  The following files were successfully file requested from our system:
  9.  -----------------------------------------------------------------------------
  10. @filebegin
  11.  @just(@filename,L,13)@just(@filesize,R,9) @copy(@filedesc,1,53)
  12.                         @overflow
  13. @end
  14.  -----------------------------------------------------------------------------
  15.  @blockbytes bytes in @blockfiles file(s)
  16. @end
  17.  
  18. @assign(@tmp,"No")
  19. @requestbegin
  20. @test(@requestname,<>,"")
  21. @test(@tmp,=,"No")
  22.  The following file requests could not be honored
  23.  -----------------------------------------------------------------------------
  24. @assign(@tmp,"Yes")
  25. @end
  26.  @just(@requestname,L,13)@requesterr
  27. @end
  28. @end
  29. @test(@tmp,=,"Yes")
  30.  -----------------------------------------------------------------------------
  31. @end
  32.  
  33.  Your file request was processed by ALLFIX.
  34.  
  35.  The file request processor in ALLFIX is not finished yet. If you
  36.  experience any problems with your file requests, please contact the
  37.  sysop.
  38.  
  39.  -----------------------------------------------------------------------------
  40.  Harms Software Engineering                  BBS:               +31-15-2628220
  41.  Harald Harms                                FAX:               +31-15-2628220
  42.  P.O. Box 175                                Internet:   harald.harms@harms.nl
  43.  2600 AD DELFT
  44.  The Netherlands
  45.  -----------------------------------------------------------------------------
  46.